Package-level declarations

Types

Link copied to clipboard
open class SoftwareProject constructor(val root: String, val url: String? = null, val tech: String = "Java,Embabel,Spring Boot,Maven", val defaultCodingStyle: String = """ No coding style guide found at ${DEFAULT_CODING_STYLE_GUIDE}. Try to follow the conventions of files you read in the project. """.trimIndent(), val buildCommand: String = "mvn clean test", val streamOutput: Boolean = false, val wasCreated: Boolean = false) : LlmReference, FileTools, SymbolSearch, GitOperations, FileChangeLog, FileReadLog

Represents a software project that supports CI and git

Link copied to clipboard

Extends PatternSearch to provide specific methods for searching for symbols in code.